RotateLeft
RotateLeft[expr,n] cycles the elements in expr n positions to the left.
RotateLeft[expr] cycles one position to the left.
RotateLeft[expr,{n1,n2,…}] cycles elements at successive levels ni positions to the left.
Please visit the official Wolfram Language Reference for more details and examples on core symbols.